Use Adwaita on Windows too
authorMatthias Clasen <mclasen@redhat.com>
Fri, 13 Jun 2014 20:49:59 +0000 (16:49 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 13 Jun 2014 20:49:59 +0000 (16:49 -0400)
Having the same, usable, default appearance acroll platforms
trumps having a more-or-less working native theme. The default
will be Adwaita on all platforms. The native ms-windows theme
is of course still available.

gdk/win32/gdkproperty-win32.c

index a2ef3bee45549b70119801542500d1ceeb403edb..a447c06e94ef982fc3c35ba2b3b8a7cc1f80a784 100644 (file)
@@ -352,11 +352,7 @@ _gdk_win32_screen_get_setting (GdkScreen   *screen,
    * XXX : if these values get changed through the Windoze UI the
    *       respective gdk_events are not generated yet.
    */
-  if (strcmp ("gtk-theme-name", name) == 0) 
-    {
-      g_value_set_string (value, "ms-windows");
-    }
-  else if (strcmp ("gtk-double-click-time", name) == 0)
+  if (strcmp ("gtk-double-click-time", name) == 0)
     {
       gint i = GetDoubleClickTime ();
       GDK_NOTE(MISC, g_print("gdk_screen_get_setting(\"%s\") : %d\n", name, i));